-
Notifications
You must be signed in to change notification settings - Fork 547
feat: support ClusterTrustBundle in CACertificateRefs #6353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (53.99%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #6353 +/- ##
==========================================
+ Coverage 70.78% 71.06% +0.28%
==========================================
Files 224 225 +1
Lines 38648 38883 +235
==========================================
+ Hits 27357 27634 +277
+ Misses 9701 9653 -48
- Partials 1590 1596 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wait #6352 |
e1f796f
to
233430d
Compare
233430d
to
d9e8483
Compare
6ca957c
to
94f7ad6
Compare
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
b74196d
to
f50407f
Compare
0f516ed
to
0d4a55a
Compare
0d4a55a
to
a8fcbfa
Compare
internal/gatewayapi/testdata/backendtlspolicy-ca-clustertrustbundle.in.yaml
Outdated
Show resolved
Hide resolved
message: |- | ||
TLS: caCertificateRef secret [tls-secret-1] not found | ||
TLS: caCertificateRef secret [tls-secret-1] not found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't happen twice, better to fix this later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this related to how many listeners in the referenced Gateway?
413a440
to
35e58fb
Compare
d35fcfd
to
daee39f
Compare
thanks @zirain, one minor comment, else LGTM |
Signed-off-by: Arko Dasgupta <arkodg@users.noreply.github.com>
xref: #6351